{timelineName}_cell_value

뷰의 셀 내에 예약된 이벤트 수를 나타냅니다.

evsarray셀 내에 포함된 이벤트 객체들의 배열
dateDate셀에 해당하는 날짜
sectionobject섹션 객체

Available only in PRO Edition

Example

scheduler.templates.timeline_cell_value = function(evs, date, section){
    return evs?evs.length:"";
};

Applicable views:타임라인 뷰
Details

이 템플릿은 timeline 플러그인이 활성화되어 있어야 합니다.

기본적으로 이 템플릿은 Timeline 뷰의 'cell' 모드에서만 호출됩니다. 하지만, Timeline 뷰cell_template 옵션이 활성화된 경우, 뷰의 다른 모든 모드에서도 이 템플릿이 호출됩니다.

See also
맨 위로